GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-28T18:18:31.0063646+00:00",
"SubmitDate": "2026-01-28T18:18:31.0063646+00:00",
"ReportPeriodStart": "2026-01-28T18:18:31.0063646+00:00",
"ReportPeriodEnd": "2026-01-28T18:18:31.0063646+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79f9126b-1f0c-4ecd-a5bd-3272760e3d1f",
"Rows": [
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79f9126b-1f0c-4ecd-a5bd-3272760e3d1f",
"Rows": [
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b7868cf2-f439-460f-af13-06739718edb5",
"9abfd8fb-e6dd-4a19-9c47-19ee5e8386a4"
],
"Approvers": [
"8a3dbbea-a8a8-4ea0-a2dd-b6030a63392f",
"c197af9a-40ed-44dd-85fb-d9853efc90b7"
],
"ApprovedBy": "7dd22b99-81de-43e2-baaa-8da52ddeb43b",
"ApprovalDate": "2026-01-28T18:18:31.0063646+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d3a9f395-c489-4685-aad4-7892229cd170",
"id": "ebf01708-024c-4f0d-8d1d-fbd39a23d046",
"ConfigId": "500a89d8-7477-4836-acee-a844574b6fd9"
},
{
"GenerationDate": "2026-01-28T18:18:31.0063646+00:00",
"SubmitDate": "2026-01-28T18:18:31.0063646+00:00",
"ReportPeriodStart": "2026-01-28T18:18:31.0063646+00:00",
"ReportPeriodEnd": "2026-01-28T18:18:31.0063646+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "79f9126b-1f0c-4ecd-a5bd-3272760e3d1f",
"Rows": [
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "79f9126b-1f0c-4ecd-a5bd-3272760e3d1f",
"Rows": [
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc826933-65cb-46ec-9fbc-02449ae7c709",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b7868cf2-f439-460f-af13-06739718edb5",
"9abfd8fb-e6dd-4a19-9c47-19ee5e8386a4"
],
"Approvers": [
"8a3dbbea-a8a8-4ea0-a2dd-b6030a63392f",
"c197af9a-40ed-44dd-85fb-d9853efc90b7"
],
"ApprovedBy": "7dd22b99-81de-43e2-baaa-8da52ddeb43b",
"ApprovalDate": "2026-01-28T18:18:31.0063646+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d3a9f395-c489-4685-aad4-7892229cd170",
"id": "ebf01708-024c-4f0d-8d1d-fbd39a23d046",
"ConfigId": "500a89d8-7477-4836-acee-a844574b6fd9"
}
]